sched/arinc653: fix another unsigned < 0 comparison
authorKeir Fraser <keir@xen.org>
Thu, 9 Dec 2010 08:30:30 +0000 (08:30 +0000)
committerKeir Fraser <keir@xen.org>
Thu, 9 Dec 2010 08:30:30 +0000 (08:30 +0000)
commitd94fb682991c5ba91ddcd0aa4b4888bc9913adb5
treedd8261e393e9f4cbc861b1b68b9823effbbad8a5
parent14b3ef36453ea2652d5316db7a98b2a248c0c660
sched/arinc653: fix another unsigned < 0 comparison
replacing it with a test of the appopriate unsigned max.

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
xen/common/sched_arinc653.c